Papers with QA model
Copied to clipboard
| Challenge: | Existing QA datasets do not include sufficient time expressions, and language models have difficulty understanding the relationships between time specifiers and numerical values. |
| Approach: | They propose a Time-Context-dependent Span Extraction task and build a time-context dependent data generation framework for model training. |
| Outcome: | The proposed model outperforms baseline models up to 8.5 of the F1-score in the TimeQA dataset. |
Copied to clipboard
| Challenge: | Existing methods for adversarial QA are often model specific and require retraining of the model . authors propose a simple method that can be applied directly to any QA model based on a model-agnostic approach . |
| Approach: | They propose a model-agnostic approach that explicitly reranks candidate answers . they use a QA model that scores candidates on the basis of content overlap with the question . |
| Outcome: | The proposed method outperforms state-of-the-art models on adversarial examples without retraining. |
Copied to clipboard
| Challenge: | Multi-hop question answering (QA) requires an information retrieval system that can find multiple supporting evidence needed to answer the question. |
| Approach: | They propose a technique that uses information of entities present in the initial retrieved evidence to learn to ‘hop’ onto other relevant evidence. |
| Outcome: | The proposed method boosts retrieval performance on a multi-hop question answering dataset with 5 million Wikipedia paragraphs and a model without training increases its performance by 10.59 F1. |
Copied to clipboard
| Challenge: | scalability of attribute-value extraction (AVE) task is key for a large number of products . a question-answering (QA)-based approach is better for AVE, but requires a larger number of classes to be scalable. |
| Approach: | They propose a question-answering-based approach that additionally inputs the target attribute as a query to extract its values. |
| Outcome: | The proposed approach outperforms a classical approach on real-word e-commerce datasets in accuracy and speed. |
Copied to clipboard
| Challenge: | Existing models for question answering are limited in the availability of labeled data. |
| Approach: | They propose a hierarchical conditional variational autoencoder for generating QA pairs given unstructured texts as contexts while maximizing mutual information between generated QA pair to ensure consistency. |
| Outcome: | The proposed framework achieves impressive performance gains over baseline models on both tasks, using only a fraction of data for training. |
Copied to clipboard
| Challenge: | Adapting models to new domain without finetuning is a challenging problem in deep learning. |
| Approach: | They propose an adversarial training framework for domain generalization in Question Answering task using a conventional QA model and a discriminator. |
| Outcome: | The proposed model outperforms the baseline model on Question Answering (QA) task. |
Copied to clipboard
| Challenge: | a new question answering dataset is being developed for electronic health records . structured tables and unstructured notes can be duplicated, contradictory or provide additional context . |
| Approach: | They develop a question-answer-matching dataset using structured tables and unstructured notes from an EHR. |
| Outcome: | The proposed model is based on a model with a modality selection network . it uses the prediction of a RAT-SQL to choose between EHR tables and clinical notes . |
Copied to clipboard
| Challenge: | Existing numerical reasoning models overly rely on parametric knowledge at inference time . previous studies show that understanding numbers in text improves numerical reasoning accuracy . |
| Approach: | They propose a numerical reasoning model that leverages parametric knowledge to alleviate this over-reliance on parametric information. |
| Outcome: | The proposed model improves numerical reasoning accuracy and performance in DROP. |
Copied to clipboard
| Challenge: | Question answering (QA) and question generation (QG) are closely related tasks. |
| Approach: | They propose a training algorithm that generalizes both Generative Adversarial Network and Generating Domain-Adaptive Nets under the question answering scenario. |
| Outcome: | The proposed training algorithm generalizes both Generative Adversarial Network (GAN) and Generating Domain-Adaptive Nets (GDAN) under the question answering scenario. |
Copied to clipboard
| Challenge: | Question answering models often suffer from performance deterioration upon deployment . |
| Approach: | They propose a self-supervised framework called QADA for QA domain adaptation . they propose to augment training QA samples with hidden space augmentation . |
| Outcome: | The proposed framework improves on multiple target datasets over state-of-the-art methods. |
Copied to clipboard
| Challenge: | a new method for question-answer generation from procedural text is sub-optimal for training QA models. |
| Approach: | They propose a method for generating exhaustive and high-quality training data from procedural text . they use procedural data to represent each step and the overall flow of the procedure as graphs . |
| Outcome: | The proposed method outperforms existing methods on task-specific question answering tasks. |
Copied to clipboard
| Challenge: | Recent work shows that neural QA models are sensitive to adversarial inputs. |
| Approach: | They propose a sentence selector to select the minimal set of sentences to feed into a QA model. |
| Outcome: | The proposed system reduces training time and inference time by up to 13 times . it is comparable to or better than the state-of-the-art on SQuAD, NewsQA, TriviaQA and SQu AD-Open . |
Copied to clipboard
| Challenge: | Question answering (QA) tasks have been posed using a variety of formats . a new study aims to develop specialized QA models that can be used to train QA systems . |
| Approach: | They build a pre-trained question answering model that performs well across 19 QA datasets . they argue that format-specialized models can limit the ability to teach reasoning . |
| Outcome: | a new model that trains on QA datasets performs on par with 8 models trained on individual datasets . a single model that trained on UNIFIEDQA performs well on 19 QA data . |
Copied to clipboard
| Challenge: | Existing QA frameworks that use event-centric reasoning are lacking. |
| Approach: | They propose a novel QA model with contrastive learning and invertible event transformation . they use an invertable transformation matrix to project event vectors into a common event embedding space . |
| Outcome: | The proposed model achieves 8.4% gain in token-level F1 score and 3.0% gain in Exact Match score on the ESTER dataset. |
Copied to clipboard
| Challenge: | Existing knowledge rewriting methods may include irrelevant information, omit crucial details, or fail to align with the question’s semantics. |
| Approach: | They propose a new rewriting method CoTKR for generating reasoning traces and corresponding knowledge in an interleaved manner, thereby mitigating the limitations of single-step knowledge rewrite. |
| Outcome: | The proposed method mitigates the limitations of single-step knowledge rewriting and bridges the preference gap between the knowledge reactor and the question answering (QA) model. |
Copied to clipboard
| Challenge: | Question answering (QA) using textual sources for purposes such as reading comprehension has attracted much attention. |
| Approach: | They propose a Query Focused Extractor model for evidence extraction and multi-task learning with the QA model. |
| Outcome: | The proposed model achieves state-of-the-art evidence extraction score on hotpotQA and FEVER, which is a recognizing textual entailment task on a large textual database. |
Copied to clipboard
| Challenge: | Existing QA models rely on shortcuts to provide the true answer, referred to as disconnected reasoning problem. |
| Approach: | They propose a causal-effect approach that exploits true multi-hop reasoning instead of shortcuts. |
| Outcome: | The proposed method achieves 5.8% higher points of its Supps score on hotpotQA through true multihop reasoning. |
Copied to clipboard
| Challenge: | a system that finds the strongest supporting evidence for a given answer is proposed . a study using passage-based question-answering (QA) shows that agents select evidence that generalizes . |
| Approach: | They propose a system that finds the strongest supporting evidence for a given answer . they use passage-based question-answering (QA) as a testbed to train evidence agents . |
| Outcome: | The proposed system improves QA in a robust manner by using agent-selected evidence. |
Copied to clipboard
| Challenge: | Existing QA systems focus on unstructured text, structured knowledge base, or semi-structured tables. |
| Approach: | They propose a large-scale question answering model based on financial reports . numerical reasoning is usually required to infer the answer . |
| Outcome: | The proposed model achieves 58.0% inF1, an 11.1% increase over the baseline model, but still lags behind the best human model. |
Copied to clipboard
| Challenge: | Existing knowledge-aware QA models do not have commonsense and background knowledge to answer nontrivial questions. |
| Approach: | They propose a new neural model which exploits external knowledge to generate answers in natural language for a given question with context. |
| Outcome: | The proposed model improves answer quality over existing models without knowledge and knowledge-aware models, a study shows . state officials in Hawaii confirmed that president Barack Obama was born in the U.S. |
Copied to clipboard
| Challenge: | Transformers are used to solve multi-hop question answering tasks that require reasoning over multiple parts of a long document. |
| Approach: | They propose a method that collects relevant information over the entire document and then combines it with local context to solve a multi-hop question answering task. |
| Outcome: | The proposed method improves on three MHQA datasets compared to the baseline model. |
Copied to clipboard
| Challenge: | Existing QA datasets are imbalanced in some types of relations, which hurts generalization performance over long-tail questions. |
| Approach: | They propose a relation-guided pre-training framework to infer latent relations from a QA dataset . they then propose RGPT-QA to conduct extractive QA to get the target answer entity . |
| Outcome: | The proposed framework improves Exact Match accuracy on natural questions, TriviaQA, and WebQuestions. |
Copied to clipboard
| Challenge: | Unsupervised question answering (UQA) is a task of answering questions from a context that contains the answer. |
| Approach: | They propose a method to generate higher-quality questions with a teacher-student architecture and a regularization module to avoid bias toward a particular question generation strategy. |
| Outcome: | The proposed method generates higher-quality questions across diverse datasets and tasks and can be used to create a model with few-shot learning. |
Copied to clipboard
| Challenge: | Existing QA-based summarization metrics must automatically determine whether the QA model’s prediction is correct or not. |
| Approach: | They benchmark lexical answer verification methods used by current QA-based metrics and two more sophisticated text comparison methods, BERTScore and LERC. |
| Outcome: | The proposed methods outperform the other methods in some settings while remaining statistically indistinguishable from lexical overlap in others. |
Copied to clipboard
| Challenge: | Recent question answering systems perform well on benchmark datasets, but are not always well-calibrated to spot spurious answers under distribution shifts. |
| Approach: | They propose to use natural language inference to verify whether answers are correct . they leverage large pre-trained models and recent prior datasets to construct powerful question conversion and decontextualization modules. |
| Outcome: | The proposed approach improves the confidence estimation of a QA model across different domains, evaluated in a selective QA setting. |
Copied to clipboard
| Challenge: | Question Generation (QG) is the production of meaningful questions given a set of input passages and corresponding answers. |
| Approach: | They propose a method which uses questions generated heuristically from news summaries as a source of training data for a QG system. |
| Outcome: | The proposed method outperforms previous unsupervised models on three in-domain datasets and three out-of-domain ones. |
Copied to clipboard
| Challenge: | Existing question answering datasets lack numerical reasoning and reasoning processes . current research on numerical reasoning focuses on simple calculations . |
| Approach: | They propose a conversational and bilingual question answering dataset with numerical reasoning with compound mathematical expressions. |
| Outcome: | The proposed model achieves 55.5 exact match scores while human performance is 89.7. |
Copied to clipboard
| Challenge: | Existing QA approaches require access to seen tasks or do not explicitly model samples from unseen tasks. |
| Approach: | They propose an open-tailed QA model that encourages knowledge sharing between head, tail and unseen tasks and explicitly mines knowledge from a large pre-trained language model. |
| Outcome: | The proposed model outperforms the state-of-the-art on a large-scale dataset. |
Copied to clipboard
| Challenge: | Question Answering (QA) is a field of increasing demand due to the availability of information online. |
| Approach: | They propose an unsupervised approach to training QA models with generated pseudo-training data by applying a simple template on a related sentence rather than the original context sentence. |
| Outcome: | The proposed approach improves the performance of a QA model on generated pseudo-training data. |
Copied to clipboard
| Challenge: | Complex question answering (CQA) requires large amounts of human-annotated data . learning effective CQA requires large amount of human annotated . |
| Approach: | They propose to map human-generated questions into unnatural machine-generated ones . they generate synthetic pairs and train a parser that associates synthetic questions with their corresponding action sequences. |
| Outcome: | The proposed model outperforms the state-of-the-art model trained on human-labeled data. |
Copied to clipboard
| Challenge: | Existing benchmarks for numerical reasoning over hybrid data only include a single flat table in each document . |
| Approach: | They propose a new benchmark with QA pairs over multi hierarchical tabular and textual data. |
| Outcome: | The proposed model is more complex and challenging than existing benchmarks and is available on github . it uses facts retrieving to extract relevant facts from both tables and text and symbolic reasoning over retrieved facts. |
Copied to clipboard
| Challenge: | Existing automatic metrics do not capture errors in abstractive summarization models. |
| Approach: | They propose an automatic question answering metric for faithfulness that leverages recent advances in reading comprehension. |
| Outcome: | The proposed metric has significantly higher correlation with human faithfulness scores on highly abstracted summaries. |
Copied to clipboard
| Challenge: | Existing methods for creating extractive question answering datasets are crowdsourcing, but results are often inconsistent. |
| Approach: | They propose a method for aggregating answers from different crowd workers that takes into account the relations between the answer, question, and context passage. |
| Outcome: | The proposed method outperforms baselines by 16% on precision and effectively conduct answer aggregation for extractive question answering task. |
Copied to clipboard
| Challenge: | Existing approaches do not explicitly train QA models on how to resolve conversational dependency, and thus these models are limited in understanding human dialogues. |
| Approach: | They propose a framework that generates self-contained questions that can be understood without the conversation history and then trains a QA model with the pairs of original and self-constructed questions using a consistency-based regularizer. |
| Outcome: | The proposed framework improves the models’ performance by up to 1.2 F1 on QuAC, and 5.2 F1 for CANARD, while addressing the limitations of the existing approaches. |
Copied to clipboard
| Challenge: | Deployed question answering (QA) models need to know when to abstain from answering questions that diverge from their training data. |
| Approach: | They propose a selective question answering under domain shift in which a QA model is tested on a mixture of in-domain and out-of-domain data and must answer (i.e., not abstain on) as many questions as possible. |
| Outcome: | The proposed method answers 56% of questions while maintaining 80% accuracy. |
Copied to clipboard
| Challenge: | Existing studies have shown that BERT models can find answers from multiple passages . however, the results of these studies are still unaddressed. |
| Approach: | They propose a multi-passage BERT model to globally normalize answer scores across all passages of the same question. |
| Outcome: | The proposed model outperforms state-of-the-art models on four benchmarks. |
Copied to clipboard
| Challenge: | Recent research attempts to extend unsupervised question answering to settings with few or no labeled data available. |
| Approach: | They propose two approaches to improve unsupervised question answering . first, they harvest lexically and syntactically divergent Wikipedia questions to automatically construct a corpus of question-answer pairs . second, they take advantage of the QA model to extract more appropriate answers . |
| Outcome: | The proposed approach outperforms previous unsupervised approaches by a large margin and is competitive with early supervised models. |
Copied to clipboard
| Challenge: | Using simulated feedback, our system (called TeachMe) continually improves with time, and without model retraining. |
| Approach: | They propose to augment a QA model with a dynamic memory of user feedback, containing user-supplied corrections toerroneous model beliefs that users identify during interaction. |
| Outcome: | The proposed system improves with time and without model retraining, and with real users, by 15% on a hidden test set after teaching. |
Copied to clipboard
| Challenge: | Existing Vietnamese Question Answering (QA) datasets do not explore the model’s ability to perform advanced reasoning and provide evidence to explain the answer. |
| Approach: | They propose to use Vietnamese as a question-answer dataset with 10,000 Wikipedia-based multi-hop question-and-answ pairs to test model's ability to reason and explain the answer. |
| Outcome: | The proposed dataset is in Vietnamese, a low-resource language. |
Copied to clipboard
| Challenge: | Existing QA systems struggle to answer complex questions because information is scattered in different places. |
| Approach: | They propose an unsupervised algorithm that decomposes hard questions into simpler sub-questions . they propose an algorithm that can be used to generate a final answer from millions of questions . |
| Outcome: | The proposed algorithm decomposes hard questions into simpler sub-questions that existing QA systems can answer. |
Copied to clipboard
| Challenge: | Existing approaches focus on downstream metrics to select QA pairs, which lack generalization across different datasets. |
| Approach: | They propose a general selection method that uses a large pre-trained language model as a reward model in a Reinforcement Learning framework for the training of the selection agent. |
| Outcome: | The proposed method improves performance on generative and extractive datasets. |